2006-08-15 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkliststore.c (gtk_list_store_insert_with_values):
+ Fix a typo in the docs. (#349501, Carlos GUSLiBu)
+
* gtk/gtkcolorsel.c (palette_paint): Remove a leftover
debug statement. (#350072, Iago Rubio)
2006-08-15 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkliststore.c (gtk_list_store_insert_with_values):
+ Fix a typo in the docs. (#349501, Carlos GUSLiBu)
+
* gtk/gtkcolorsel.c (palette_paint): Remove a leftover
debug statement. (#350072, Iago Rubio)
* has the same effect as calling
* <informalexample><programlisting>
* gtk_list_store_insert (list_store, iter, position);
- * gtk_list_store_set (list_store_iter, ...);
+ * gtk_list_store_set (list_store, iter, ...);
* </programlisting></informalexample>
* with the difference that the former will only emit a row_inserted signal,
* while the latter will emit row_inserted, row_changed and, if the list store